@charset "utf-8";
/* Css Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td,img { padding: 0; margin: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,th,var,i { font-weight:normal; font-style:normal; }
ol,ul,li { list-style: none; }
div,dl,dt,dd,ol,ul,li{ zoom:1; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:100%; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }

/* Public */
html{ width:100%; }
body{ width:100%; color:#343434;font:16px/32px Microsoft YaHei,MicrosoftJhengHei,SimSun,Tahoma,Helvetica,Arial,sans-serif; -webkit-text-size-adjust: none; background: #fff;min-width: 1220px;}
a{color:#343434;text-decoration:none; outline:none;}
a:hover {color:#d2303b; text-decoration:underline; }
.fl{ float:left !important; }
.fr{ float:right !important; }
.mt5{ margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.mt50{ margin-top: 50px; }
.mt60{ margin-top: 60px; }

.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }

.mab{ margin-bottom:10px; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.siteWidth{ width:1200px; margin:0 auto;   }
.column{ overflow:hidden; margin-bottom:10px;  }
#topBar{ height:50px; line-height:50px; background:#d2303b; overflow:hidden;font-size: 14px;  }
#topBar em{  color:#f00;  }
#topBar span{ float:left;  color:#fff;  }
#topBar span a{ margin:0 5px; color:#fff;  }
/*搜索*/
.form-search{
	float: right;
	width: 200px;  float: right; 
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:1px #fff solid; 
	margin-top: 10px;
}
.form-search  input {width: 140px; height: 20px;padding: 5px 10px 5px 20px;border: 0px; background: #d2303b;
	color: #fff;

}
.form-search  .search_btn {width: 30px; height: 30px; border:0; border-radius: 0px;  background:#d2303b url(../images/content/icon_search.png) center center no-repeat; overflow: hidden;cursor:pointer;}
input{  
	background:none;  
	outline:none;  
	border:none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
}
button{
    /*消除button的默认样式*/
    /*这种写法是对所有的button标签同时生效*/
    margin: 0px;
    padding: 0px;
    /*自定义边框*/
    border: 0px;
    /*消除默认点击蓝色边框效果*/
    outline: none;
}

/* 导航 */
#header{
	background: url(../images/nav-bg.jpg) no-repeat;
    width: 100%;
    height: 160px;
    background-size: 100% 100%;
    border-bottom: 2px solid #d2303b;
}

.navBar{ 
	position:relative; 
	width: 1220px; 
    margin: auto;
    padding-top: 20px;
    height: 140px;
   
 }
 .logo{
 	    width: 400px;
    margin-top: 10px;
 }
 .logo img{width: 100%;display: block;}
.nav{ width:800px; margin-top: 50px;  }
.nav .m{ float:left;  position:relative; width:79px; }
.nav a:hover{ text-decoration:none; }
.nav h3{  font-size:100%; font-weight:normal; font-size:16px; height:40px; overflow:hidden; font-weight:bold;   }
.nav h3 a{ display:block; color:#666;  vertical-align:top; text-align: center; }
.nav .on{ border-color:#1F7CAF;   }
.nav .on h3 a{  text-align: center; color: #d2303b }
.nav .sub{ display: none;  width:100%;position:absolute;left:0; top:40px;  background:#fff; text-align:center; padding: 5px 0;font-size:14px; box-shadow: 0px 0px 5px #ccc;border-top: 1px solid #c00006; z-index: 9999;}
.nav .sub li{ vertical-align:middle; }
.nav .sub li a{ height:30px; line-height:30px; padding:4px 0;  display:block; color:#000;   }
.nav .sub li a:hover{ color:#ff0; background:#d2303b;   }
.nav #m7 h3 a{  }



/* 要闻 */
.Hot{
    border-bottom: 2px solid #d2303b;
    margin: auto;
    padding: 15px 0 25px 0
}
.Hot h3{
	font-size: 36px;
	text-align: center;
    font-weight: bold;
        line-height: 50px;

}
.Hot h3 a{
	color: #d2303b;
}
.Hot p {
	margin: 30px auto 0;
	width: 1000px;
}
.Hot p a{
	color: #000;
}
.Hot p a:hover{
	color: #d2303b;
}



/* banner */
.banner{ position:relative;  height:600px; overflow:hidden;}
.banner .bd{ position:relative; z-index:0;  }
.banner .bd ul{ width:100% !important; }
.banner .bd li{ width:100% !important;  height:600px; }
.banner .bd li .siteWidth{ width:1000px; position:relative;  margin:0 auto;height:600px;}
.banner .bd li a{ height:600px; display:block;  }
.banner .bd .txt{ position:absolute; width:415px; top:100px; left:22px;  }
.banner .bd .btn{ display:block; zoom:1; margin-top:8px;  width:72px; padding-right:10px;  height:31px; line-height:31px; text-align:center; color:#fff; font-size:12px; background:url(images/banner-btn.png) 0 0 no-repeat;
_background:url(images/banner-btn-ie6.png) 0 0 no-repeat;
}
.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center; }
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; overflow:hidden; 
	line-height:9999px; filter:alpha(opacity=40);opacity:0.4; background: #000;border-radius: 100%;
}
.banner .hd ul .on{ filter:alpha(opacity=100);opacity:1; background: #e60012; }

/* 焦点图 
.focusBox { float:left; position: relative; width: 100%; height: 600px; overflow: hidden;  text-align: left; }
.focusBox .pic img { width: 100%; height: 600px; display: block; }
.focusBox .txt { position: absolute; bottom: 0px; z-index: 2; height: 60px; width:1200px;left: 200px; overflow: hidden; }
.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.focusBox .txt li a{ display: block; color: #333;  padding: 0 0 0 10px; width: 450px; font-weight: bold; text-decoration: none;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display: none;}
.focusBox .num { position: absolute; z-index: 3; bottom: 18px;width: 1200px;left: 50%;  
    margin-left: -600px;
    margin: auto;
    text-align: center;
   
}
.focusBox .num li{ float: left; position: relative; width: 16px; height: 16px; line-height: 16px; overflow: hidden; text-align: center; margin-right: 15px; cursor: pointer;border-radius: 100%; }
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; background: #faccd0; }
.focusBox .num li span { z-index: 1;  }
.focusBox .num li.on a,.focusBox .num a:hover{ background:#e60012; border: none; }*/

/* 要闻关注焦点图 */
.ywgz_focusBox { float:left; position: relative; width: 100%; height: 500px; overflow: hidden;  text-align: left; }
.ywgz_focusBox .pic img { width: 100%; height: 500px; display: block; }
.ywgz_focusBox .txt { position: absolute; bottom: 0px; z-index: 2; height: 36px; width:100%;left: 0; overflow: hidden; background: #ededed; }
.ywgz_focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.ywgz_focusBox .txt li a{ display: block; color: #333;  padding: 0 0 0 10px; width: 450px; font-weight: bold; text-decoration: none;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ywgz_focusBox .num { position: absolute; z-index: 3; bottom: 12px;right: 30px;}
.ywgz_focusBox .num li{ float: left; position: relative; width: 8px; height: 8px; line-height: 8px; overflow: hidden; text-align: center; margin-right: 8px; cursor: pointer;border-radius: 100%; }
.ywgz_focusBox .num li a,.ywgz_focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; background: #ccc; }
.ywgz_focusBox .num li span { z-index: 1;  }
.ywgz_focusBox .num li.on a,.ywgz_focusBox .num a:hover{ background:#e60012; border: none; }

/*.side .headlines{  }
.side .headlines .headlines_tit{ display: block; font-size: 20px; font-weight:bold;color: red;padding:5px;}
.side .headlines .headlines_brief{display: block; text-indent: 2em; }
*/

/* content */
.content{ padding:10px 0;  overflow:hidden;  }
.wrap{ position: relative; }
.mainContent{ 	
	width:700px;
	height:500px;
	float:left;
	background: #fff;
	overflow: hidden;
}
.mainContent img{
	width: 100%;
	height: 100%;
	
}

.side{ 
	width:480px; 
	float:right;   
    height: 500px;
    overflow: hidden;
 }




.slideTxtBox .hd ul li a{ display:block; padding:0 15px; color: #d2303b; }
.slideTxtBox .hd ul li a:hover{ text-decoration:none;  }
.slideTxtBox .hd ul li.on a{ color:#de2f11; font-weight:bold; border-bottom:2px solid #d2303b;  }
.slideTxtBox .bd{ padding:10px 0 0 0;  }
.slideTxtBox .bd .abstract_text{ padding:5px 10px ; height: 60px; text-indent: 2em;}
.slideTxtBox .bd li{ }


/* Tab切换 */
.slideTxtBox{ float:right;  width:100%; overflow:hidden;text-align:left;  }
.slideTxtBox .hd{ 
	height:50px;
	line-height:50px;  
	font-size: 26px;
	color: #d9252e;
    position: relative;
 }
.slideTxtBox .hd ul{ overflow:hidden; zoom:1;  }
.slideTxtBox .hd ul li{ float:left; }

.listLeft{
	width: 50px;
	text-align: center;
	float: left;
}
.listLeft .day{
	color: #d2303b;
	font-size: 22px;
}
.listLeft .years{
	color: #d2303b;
	font-size: 12px;
}
.listRight{
	width: 410px;
    float: right;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}

.listRight .listTitle{
	color: #000;
	font-size: 20px;
}
.listRight .listText{
	color: #797979;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listRight a:hover{
	color: #d9252e;
}
   


/* 专题 */
.zt1 img ,.zt2 img ,.zt3 img{ width: 100% }
.zt1{ width: 100%;height:80px; }
.zt1 a{ display: block;height:80px; width: 505px;overflow:hidden; }
.zt2 { width: 240px; position:relative;  }
.zt2 a{ height: 60px; display: block;overflow:hidden;}
.zt3 { width: 100%;}
.zt3 a{overflow:hidden; height: 70px; display: block;}


.title{
	border-bottom: 1px #d9d5d6 solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
    display: inline-block;
    width: 100%;

}
.title span{
	font-size: 26px;
	color: #d9252e;
    position: relative;
    float: left;
	font-weight: 600;
}

.title span:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -11px;
    right: 0;
    height: 2px;
    width: 50px;
    background: #d2303b;
    left: 16px;
}

.title a{
	float: right;
	color: #d9252e;
	
}


/*右边布局*/
.Right{ width: 390px; }
.ztlm{

}
.ztlm li{
	margin:0 0 10px 0;
    height: 90px;
}
.ztlm li img{
	width: 100%;
	display: block;
}

.sy-right .sy-ul{
	background: #f5f5f5;
	padding: 20px;
	margin-top: 20px;
}
.sy-right ul li a{
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 36px; 
}

/*.sy-right ul li:first-child a
{
    font-size: 20px;
    color: #000;
}*/
.sy-right ul li:first-child a:hover
{
    color: #d9252e;
}

.sy-right ul li p{
	color: #797979;
	padding: 10px;
	
}


.jjz{
	background: #fbf8f8;
    border: 1px solid #ebe5df;
}
.jjz-list{
    padding:  20px;
}

.jjz-list .jjz-tit{
	font-size: 26px;
    color: #d2303b;
    position: relative;
    margin: auto;
    text-align: center;
    display: block;
}

.jjz-list .jjz-tit:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -13px;
    right: 0;
    height: 2px;
    width: 50px;
    background: #d2303b;
    left: 50%;
    margin-left: -25px;

}
.jjz-list ul{
	margin-top: 30px;
}
.jjz-list ul li{
    display: inline-block;
    margin: 5px 0;
}
.jjz-list .icon{
	width: 20px;
	height: 20px;
	margin-top: 7px;
}
.jjz-list .fr{
    width: 290px;
    margin-left: 10px;
}

.Email{
	height: 100px;
	margin-top: 10px;
}
.Email .icon{
	width: 40px;
	height: 40px;
	margin-top: 10px;
}
.Email .fr{
    width: 270px;
    margin-left: 10px;
}


/*
.Right .special{background: #e7e7e7; padding: 10px; }

.Right .special ul{ padding:5px 10px; background: #f4f4f4;  border:1px solid #c8c8c8; 
-moz-border-radius:4px; 
-webkit-border-radius: 4px; 
border-radius: 4px;  
 }
.Right .special.address ul li{background :none;white-space: normal; padding: 0;}
.Right .special ul li{background:url(../images/content/icon_spot.jpg) left no-repeat; line-height:27px;  padding-left: 10px ;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
*/ 
 /*左边布局*/
.Left{ width: 780px; }
.Left .column_list{ width: 100%;}
.Left .column_list  ul{
	margin-top: 15px;
}
.Left .column_list  ul li{height:36px; line-height:36px;  background:url(../images/content/icon_spot.jpg) left no-repeat;  padding-left: 10px ;margin-left: 10px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    border-bottom: 1px dashed #d8d8d8; padding: 10px 0;
}

.Left .column_list ul li:first-child 
{
	height: 220px;
    line-height: inherit;
	background: none;
	padding: 0;
	margin: 0 0 15px 0;
    white-space: normal;

     border-bottom: none;
}
.descText{
	margin-top: 20px;
	    color: #999;
    line-height: 40px;
}
.Left .column_list ul li:first-child a:hover
{
    color: #d9252e;
}

/*  */
.top{
	height: 220px;
	overflow: hidden;
}
.top-img{
	float: left;
	width: 400px;
	height: 220px;
	background: #fff;
	overflow: hidden;
}
.top-img img{
	width: 100%;
	height: 100%;

}
.top-text{
	width: 360px;
	float: right;
}
.top-text .listTitle{
	font-size: 22px;
	color: #000;
	margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: 600;
}
.top-text a{
	
	
}
.zmxy-tit .jjz-list{
	text-align: center;
	position: relative;
	width: 1200px;
	margin: auto;
}
.zmxy-tit .jjz-list .jjz-tit{
	margin-bottom: 20px;
	position: relative;
}
.zmxy-tit a{
	font-size: 16px;
	color: #d9252e;
	position: absolute;
	top: 20px;
	right: 30px;
}
.zmxy-img{
	width: 290px;
	height: 160px;
	position: relative;
	overflow: hidden;
}
.zmxy-img img{
	width: 290px;
	height: 160px;
}
.zmxy-img p{
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	background: #fff;
	text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
}
.zmxy-img p span{
	
	height: 40px;
	line-height: 40px;
}


.zmxy-img p:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 2px;
    width: 50px;
    background: #d2303b;
    left: 50%;
    margin-left: -25px;

}
.zmxy-text{
	color: #797979;
	padding: 10px 15px;
    height: 30px;
    line-height: 30px;
	border-bottom: 2px solid #d2303b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.zmxy ul li{
	float: left;
	width: 290px;
	margin: 5px;
}
/* footer */
#footer{  background: #e6e6e6;  padding:20px 0; text-align:center;margin-top: 30px;font-size: 14px;  }
#footer .Friendship-wrap{  padding: 20px 0 ; overflow: hidden; }
#footer .Friendship-link{ width: 1000px;  margin: auto;}
#footer .Friendship-link .select-wrap{ width: 400px;  height: 30px;line-height: 30px; overflow: hidden; 
}
#footer .Friendship-link .select-wrap select{ border:none ; border:1px solid #ccc ; width: 100%; height: 100%; text-align: center; outline: none; padding: 0 15px;
-moz-border-radius:6px; /* Firefox */
-webkit-border-radius: 6px; /* Safari 和 Chrome */
border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
#footer .copyRight{ padding:30px 0; font-family:Arial; 
	width: 620px;
	margin: auto;
}

.copyimg{
	margin-right: 20px;
}
.copytext{
    margin-top: 15px;
}
.copytext a{
	color: #343434;
}

/* footer */
/*#footer{ text-align:center; color: #333 }
#footer .Friendship-wrap{  padding: 20px 0 ;background:url(../images/content/foot_bg.png) center center repeat-x;; overflow: hidden; background: #eee; }
#footer .Friendship-link{ width: 850px;  margin: auto;}
#footer .Friendship-link .select-wrap{ width: 360px;  height: 30px;line-height: 30px; overflow: hidden; 
}
#footer .Friendship-link .select-wrap select{ border:none ; border:1px solid #ccc ; width: 100%; height: 100%; text-align: center; outline: none; padding: 0 15px;
-moz-border-radius:6px;
-webkit-border-radius: 6px; 
border-radius: 6px; 
}
#footer .copyRight{ padding:20px 0; font-family:Arial; color: #fff; background:#2595d1;}
#footer .blue{ padding-bottom: 20px ;background:#2892d5; }
#footer .blue a{ width: 80px; height: 80px; overflow: hidden;  margin: auto;}
#footer .blue img{ }
*/
/*二级列表*/
.breadcrumb ul li{line-height: 30px; height: 30px; float: left;margin-left: 10px;}/*
.breadcrumb .icon-index{}
.main-right .Two-list{}
.main-right .Two-list .list{ width: 100%; }
.main-right .Two-list .list h3{margin-bottom:0;}
.main-right .Two-list .list ul{padding:10px 0;}
.main-right .Two-list .list ul li .date{ float:right; color:#999;  }
*/


.breadcrumbLeft{
	width: 300px;
}

.special{
	box-shadow: 0px 0px 5px #ccc;
}

.special h3{
	font-size: 26px;
	color: #d2303b;
	height: 60px;
	border-top: 2px solid #d2303b;
	border-bottom: 1px solid #e3e3e3;
	line-height: 60px;
	padding: 0 20px;
}
.special h3 a{
	font-size: 14px;
	color: #999;
	float: right;
}
.special ul{
    padding: 10px;

}
.special ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
	background:url(../images/content/icon_spot.jpg) left no-repeat;  padding-left: 10px ;margin-left: 10px;
}

.breadcrumbRight{
	width: 800px
}

.breadcrumbLeft .jjz-list .fr{
	width: 215px
}

.breadcrumbLeft .Email .fr{
	width: 200px;
}

ul.breadcrumbList li{
	border-bottom: 1px dashed #ededed;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.date{
	color: #999;
}
.Four-list .list{
	margin-top: 30px;
}
.Four-list .list:first-child {
	margin-top: 0px;
}

.Four-list ul li{
	border-bottom: 1px dashed #ededed;
    height: 60px;
    line-height: 60px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*分页*/
.digg{padding:3px;margin:3px; text-align: center; margin-top: 60px; }
.digg a{border:#dddddd 1px solid;padding:5px 10px;margin:2px;color:#333;text-decoration:none;
-moz-border-radius:4px; 
-webkit-border-radius: 4px;
border-radius: 4px; 
}
.digg a:hover{border:#d2303b 1px solid;color:#fff;background-color:#d2303b;}
.digg a:active{border:#d2303b 1px solid;}
.digg span{
    background: #d2303b;
    color: #d2303b;
    padding: 5px 10px;
    margin: 2px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.digg span.current{border:solid 1px #d2303b;padding:5px 10px;font-weight:bold;margin:5px;color:#333;background-color:#d2303b;
-moz-border-radius:4px; 
-webkit-border-radius: 4px; 
border-radius: 4px; 
}
.digg span.disabled{border:#eee 1px solid;padding:5px 15px;margin:5px;color:#ddd;
-moz-border-radius:4px; 
-webkit-border-radius: 4px;
border-radius: 4px; 
}

/*详情*/
.details-wrap{ }
.details{ padding: 60px; }
.details h3{ text-align: center;font-size:24px; color: #333; }
.details h6{text-align: center; height: 35px; line-height: 35px; border-bottom: 1px solid #e2e2e2;font-size: 12px;padding-bottom: 30px;}
.details h6 span{ padding-right: 20px; }
.details .content_con{}
.details .content_con p{ text-indent: 2em; margin: 15px 0; }
.details .content_con img{ max-width: 100%;  display: block;margin: 15px auto;}
.details .piece{font-size: 16px; border-top: 1px solid #e2e2e2; padding-top: 30px;}
.details .piece ul li{ height: 40px;  margin: 15px 0; line-height: 40px;}
.details .piece ul li a{ color: #666;  padding:0 20px ; }
.bg_top,.bg_bottom{line-height: 0; font-size: 0;}
.bg_top img ,.bg_bottom img{width: 100%; height: 6px;}

/*左右 */
/*学院概况*/
.College-nav{text-align: center; }
.College-nav h3{ font-size:26px; color: #fff;  background: #d2303b; overflow: hidden;height: 80px;line-height: 80px;}
.College-nav ul{ overflow: hidden;
	box-shadow: 0px 0px 5px #ccc;
}
.College-nav ul li{ margin: 0px 15px; height: 80px;line-height: 80px;font-size: 18px;}
.College-nav ul li a{ display: block;text-decoration:none; margin:0  15px; }
.College-nav ul li a:hover{color:#d2303b; font-weight: bold; }
.College-nav ul li a.active{color:#d2303b; font-weight: bold;}
.College-nav ul li p{border-bottom: 1px solid #ededed; height: 1px;}
.College-profile{ }
.pt30{
	padding-top: 30px
}

/* 图片滚动 */
.picScroll{ position:relative;  height:200px; padding: 10px 0 10px 35px;  margin-bottom:10px; overflow:hidden;   }
.picScroll ul{ overflow:hidden; zoom:1; }
.picScroll ul li{ float:left; margin: auto 15px; overflow:hidden; display:inline; width: 150px;height: 150px;padding-top: 25px;}
.picScroll ul li img{ height: 200px;display: block;margin: auto;}
.picScroll .prev,
.picScroll .next{ position:absolute;  left:10px; top: 99px; display:block; width:18px; height:28px; overflow:hidden; background:url(../images/icons.png) -40px 0 no-repeat; cursor:pointer;  }
.picScroll .next{ left:auto; right:10px; background-position:-120px 0; }
.picScroll .prevStop{ background-position:0 0; }
.picScroll .nextStop{ background-position:-80px 0; }

.picScroll ul li.bd ,.picScroll ul li.bd img{
	width:200px;
	height:200px;
	padding: 0
}


    /* s视频 */
.XSKT { width: 100%; height: 530px; overflow: hidden;position: relative; }
.XSKT .tab-hd { width: 470px; height: 528px;  border: 1px solid #d5d5d5; overflow: hidden;}
.XSKT .tab-hd ul {  }
.XSKT .tab-hd li{ margin: 30px 0px 0 90px;padding-right: 20px;}
.XSKT .tab-hd li a{ display:block; padding:0 14px;  }
.XSKT .tab-hd li a:hover{ color:#f60; text-decoration:underline;   }
.XSKT .tab-hd li.on{ position: relative; border-right: 3px solid #d2303b;  }
.XSKT .tab-hd li p{ font-weight: bold;font-size: 20px;}
.XSKT .tab-bd { }
.XSKT .tab-bd ul{ overflow:hidden; zoom:1; }
.XSKT .tab-bd li { height: 22px; line-height: 22px; padding: 0 10px 0 5px; overflow: hidden; width: 125px; float: left; }
.XSKT .tab-pal{
    position: relative;
}

.XSKT .video{
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 0;
    width: 780px;
    height: 470px;
}

.XSKT_Left{
    width: 720px;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
}

.XSKT_Left .title{
	border-bottom: none;
}
.XSKT_list{
	height: 60px;
	overflow: hidden;
}

/*浮动二维码*/
.fixQRcode{position:fixed;bottom:180px;margin-left:-60px;z-index:999}
.fixQRcode .block_1,.fixQRcode .block_2,.fixQRcode .block_3{background:#f2f2f2;padding:10px;text-align: center;}
.fixQRcode .block_1,.fixQRcode .block_3{margin-bottom:20px}
.fixQRcode .block_3 a{font-size:20px}
.fixQRcode .block_1 a,.fixQRcode .block_3 a{display:block;background-color:#fff;text-align:center;padding:10px;color:#000}
.fixQRcode .block_3 a{color:#b32f2f}
.fixQRcode .block_2 img{width:100px;height:100px}
.fixQRcode .block_2 p{text-align:center;font-size:12px;line-height:30px}

/*浮动left*/
.fixQRcode1{position:fixed;bottom:180px;z-index:999}
.fixQRcode1 .block_4 {width: 180px; height: 120px; background:#ed1d23;text-align: center;margin-bottom:20px;display: flex;align-items: center;justify-content: center;}
.fixQRcode1 .block_4 a{display:block;text-align:center;padding:10px;color:#fef100; font-size: xx-large;}


.footer .footer-city{position:relative;padding-left:110px;min-height:72px;border-bottom:1px solid #eee;padding-bottom:20px;margin-bottom:20px;word-break:break-word}
